php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#267831 - 05/04/04 10:32 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: charts]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
TRY<br /><br />in addcontact.php find<br /><br /><select name="type"><br /><option value="Family">Family</option><br /><option value="Friends">Friends</option><br /><option value="Work">Work</option><br /><br />change to <br /><br /><select name="type"><br /><option value="{$contact_lang['TYPE1']}">{$contact_lang['TYPE1']}</option><br /><option value="{$contact_lang['TYPE2']}">{$contact_lang['TYPE2']}</option><br /><option value="{$contact_lang['TYPE3']}">{$contact_lang['TYPE3']}</option><br /><br />in mycontacts.php<br /><br />find<br /><br />$tbopen<br /><tr><br /><td align="center" class="lighttable"><br /><form method="post" action="addcontact.php"><br /><input type="submit" name="add" value="Add a Contact" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="Family"><br /><input type="submit" name="Submit" value="Get Family" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="Friends"><br /><input type="submit" name="Submit" value="Get Friends" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="Work"><br /><input type="submit" name="Submit" value="Work" class="buttons" /><br /></form><br /></td><br /></tr><br />$tbclose<br /><br />change to<br /><br />$tbopen<br /><tr><br /><td align="center" class="lighttable"><br /><form method="post" action="addcontact.php"><br /><input type="submit" name="add" value="Add a Contact" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="{$contact_lang['TYPE1']}"><br /><input type="submit" name="Submit" value="Get {$contact_lang['TYPE1']}" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="{$contact_lang['TYPE2']}"><br /><input type="submit" name="Submit" value="Get {$contact_lang['TYPE2']}" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="{$contact_lang['TYPE3']}"><br /><input type="submit" name="Submit" value="{$contact_lang['TYPE3']}" class="buttons" /><br /></form><br /></td><br /></tr><br />$tbclose<br /><br />in contactconfig.php<br /><br />add <br /><br />$contact_lang['TYPE1'] = "Family";<br />$contact_lang['TYPE2'] = "Friends";<br />$contact_lang['TYPE3'] = "Work";
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267832 - 05/04/04 11:03 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: 234234]
Beentheredonethat Offline
Member

Registered: 05/10/02
Posts: 160
Loc: Not here
Thank you very much. I will try it. Looks great!

Top
#267833 - 05/04/04 11:06 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: charts]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
that way you can call it whatever ya want and also put it in different languages and even ADD to it...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267834 - 05/06/04 05:53 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
LOL Scroungr Thanks I am gonna update this and add language strings and ability to add types etc. This is kinda a stand alone app .
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267835 - 05/07/04 01:07 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
shortbus Offline
Code Monkey

Registered: 04/19/02
Posts: 631
Loc: Enid, Oklahoma
[]Omegatron said:<br />I have been doing alot of typo's lately. I think alzheimers is setting in you know that age thing and all. [/]<br /><br />okay, I was just going over this thread and have to call you on "commisioning". Missing an "s". <br /><br />Just wanted to pester you <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />.

Top
Page 2 of 2 < 1 2



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks